/*
Theme Name:     Traditional Print
Theme URI:      http: //jaccardo.com/
Description:    read the news
Author:         joey accardo
Author URI:     http: //jaccardo.com/about/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/*this is the site title and descriptor stuff*/
#site-title {
	border-top:solid 0px black;
	border-bottom:solid 1px black;
	font-size: 60px;
	line-height: 36px;
	margin: 0px auto 6px auto;
	text-align:center;
	width:80%;
	float:none;
	padding-bottom:11px;
	letter-spacing:6px;
	text-transform:uppercase;
}
#site-title a {
	color: #000;
	font-weight: 100;
	text-decoration: none;
}
#site-description {
	font-style: normal;
	width: 80%;
	text-align:center;
	margin:0px auto;
	float:none;
	border-bottom:solid 1px black;
	padding-top:5px;
	padding-bottom:11px;
	text-transform:uppercase;
	letter-spacing:3px;
}

#access {
	background: transparent;
	display:block;
	margin: 0px auto ;
	width: 80%;
	position:relative;
	text-align:center;
	height:38px;
	border-bottom:solid 3px black;
	float:none;
	

}

#access ul{display:inline-block;}

#access .menu-header,
div.menu {
	font-size: 15px;
	margin-left: 0px;
	width: 752px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	font-style:italic;
}
#access .menu-header li,
div.menu li {
	text-align:left;
	float: left;
	position: relative;
	
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 20px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 1;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: transparent;
	line-height: 1em;
	padding: 10px 20px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	text-align:left;
	background: transparent;
	color: #000;
	max-height:38px;
}
#access ul li:hover > ul {
	display: block;
	border-top:
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: transparent;
}


a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active,
a:hover {
	color: red;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Times", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.one-column #content {
	margin: 0px auto;
	width: 750px;
}


.single .hentry {
	margin: 0 0 36px 0px;
}

	
#primary,
#secondary {
	float: right;
	overflow: visible;
	width: 188px;
	margin-right:80px;
}
#container {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 550px;
	padding:0px 0px 0px 100px;
}

#content .entry-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

#content {
	margin: 0px auto;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 13px;
	line-height: 24px;
	width:550px;
}

#respond label {
	color: #888;
	font-size: 12px;
margin-top:20px;
width:200px;
}

#respond textarea {
	height: 105px;
	width:99%;
}

#colophon {
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 10px 0;
	width:100%;
}

#site-generator {
	font-style: italic;
	position: relative;
	text-align:right;
}
#footer{	margin:20px auto;
			width:80%;
			padding-bottom:30px;
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
	color:#666;
	width:50%;
}
#site-info a {
	color: #666;
	text-decoration: none;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	text-indent: 0.5in;
	margin-bottom: 10px;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
	text-indent: 0in;
}
